home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / APP / A-D / Add⁄Strip2.9.cpt / Add_Strip™ 2.9.rsrc / TEXT_1007.txt < prev    next >
Text File  |  1990-02-10  |  5KB  |  49 lines

  1. ‚Ä¢ READ & WRITE FILE simply reads and writes a file, processing it as specified by the selected popup menus and checkboxes.
  2.  
  3. ‚Ä¢ MAKE PARAGRAPHS selectively strips carriage returns (CRs) from lines, while removing line feeds (LFs), so that CRs denote paragraphs, not lines.  Lines followed by 2 or more CRs indicate end of paragraphs.  Additionally, indention (a space or tab is the first character) indicates the start of a paragraph.  Use this or the following option if you plan on importing the file to a page layout or word processing program.  If you‚Äôll be using the file on a DOS-based computer you should also choose to have LFs added to each paragraph.
  4.  
  5. ‚Ä¢ MAKE PARAGRAPHS2 works like MAKE PARAGRAPHS, except indention is ignored when processing lines.
  6.  
  7. ‚Ä¢ WORDSTAR‚Ñ¢ -> TEXT clears the high bit in WordStar files, while removing LFs, to create text files.  You may also choose to have dot command lines removed.
  8.  
  9. ‚Ä¢ ADD or STRIP CHARACTERS adds or strips LFs and/or CRs.
  10.  
  11. ‚Ä¢ FORCE LINE WIDTH reformats lines to a specified width, while removing LFs, without splitting words.
  12.  
  13. ‚Ä¢ SPACE RUNS -> TAB replaces consecutive spaces greater than a specified number with a SINGLE tab.
  14.  
  15. ‚Ä¢ TABS -> SPACE RUNS replaces each and every tab with a specified number of spaces.
  16.  
  17. ‚Ä¢ CSV -> TAB DELIMITED removes quotes and replaces commas with tabs.  This would convert the line "Wind, Jon",2.8,"Shareware"<CR> to Wind, Jon<tab>2.8<tab>Shareware<CR>.  You may also choose to have all but numbers removed.  CSV stands for Comma Separated Values.
  18.  
  19. ‚Ä¢ TAB DELIMITED -> CSV replaces tabs with quotes and commas.  This would convert the line Wind, Jon<tab>2.8<tab>Shareware<CR> to "Wind, Jon",2.8,"Shareware"<CR>.  You may also choose to have quotes placed around all fields.
  20.  
  21. ‚Ä¢ TAB DELIMITED -> FIXED replaces tabs in tab delimited files with an appropriate number of spaces so that each field is arranged in a fixed, columnar format padded with spaces.  The position and number of tabs in the FIRST line determine the number of spaces to be used.  Fields are left justified by default.
  22.  
  23. ‚Ä¢ TAB DELIMITED -> VARIABLE replaces tabs in tab delimited files with an appropriate number of spaces so that the characters are arranged in a variable length, columnar format padded with spaces.  The position and number of tabs in the FIRST line determine the number and width of the columns to be created.  Columns are left justified by default.  Up to 128 tabs per line can be processed.
  24.  
  25. ‚Ä¢ VARIABLE -> TAB DELIMITED inserts tabs in files in which characters are arranged in variable length, columnar format padded with spaces.  The first line of the file must contain mapping information for tab placement.  This is simply a list of the field widths, each separated by a comma.  Thus the line 5,8,3,10 indicates a total of 4 fields, the first of which is 5 and the last is 10 characters wide.  Selecting the ‚ÄúRemove bounding spaces‚Äù checkbox causes leading and trailing spaces to be removed from ALL tab delimited fields.  Up to 128 tabs may be specified per line.
  26.  
  27. ‚Ä¢ FIXED -> TAB DELIMITED inserts tabs in files in which characters are arranged in a fixed length, columnar format padded with spaces.  Selecting the ‚ÄúRemove bounding spaces‚Äù checkbox causes leading and trailing spaces to be removed from ALL tab delimited fields.
  28.  
  29. ‚óä LEADING SPACE RUNS may be ignored, removed, or replaced with a SINGLE tab.
  30.  
  31. ‚óä CASE may be ignored, ALL characters converted to upper or lower case, or the FIRST LETTER of words or sentences capitalized.  ‚ÄúForce Words‚Äù and ‚ÄúForce Sentences‚Äù also convert all but the first letter to lower case.  Determination of sentences is NOT infallible.
  32.  
  33. ‚óä QUOTES & APOSTROPHES may be ignored, curled (converted to ‚Äú‚Äù, ‚Äò‚Äô, or ‚Äô), or uncurled (converted to "", '', or ').
  34.  
  35. ‚óä MAXIMUM CONSECUTIVE BLANK LINES may be ignored, or limited to 0, 1, 2, or 3 lines.
  36.  
  37. ‚àö FILTER NOISE CHARS removes ALL characters with ASCII values lower than 31 (control characters) except for tabs, LFs, and CRs.
  38.  
  39. ‚àö NORMALIZE SPACES limits spaces; 1 between words and 1 or 2 (defined in preferences) between sentences.  Spaces are NOT inserted, only removed.  Determination of sentences is NOT infallible.
  40.  
  41. ‚àö MAKE ELLIPSES converts ... (3 periods) to ‚Ķ (an ellipsis).
  42.  
  43. ‚àö MAKE EM DASHES converts -- (2 hyphens) to - (an em dash), optionally removing spaces on either side of the dash.
  44.  
  45. ‚àö STRIP TRAILING SPACES removes trailing spaces from each line.
  46.  
  47. ‚àö MAKE LIGATURES converts ‚Äúfi‚Äù and ‚Äúfl‚Äù pairs into their respective ligatures.
  48.  
  49. ‚Ä¢ REPLACEMENT CHARACTERS may be entered via the keyboard or clipboard as normal characters, or in #ASCII format (‚ÄúJon‚Äù could be ‚Äú#74#111#110‚Äù or ‚ÄúJo#110‚Äù).  Replacement strings are limited to 20 characters and only operate within a line OR 220 character (160 for ‚ÄúTabs ‚Äì> Space Runs‚Äù or ‚ÄúTab Delimited ‚Äì> CSV‚Äù) block within a line, whichever is shorter.